Skip to content

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jul 19, 2025

Fixed-sized types, like c_int32, are currently missing from the fundamental data types table
in the ctypes documentation. This commit adds them, and notes that c_[u]int8 is an alias
of c_[u]byte.
(cherry picked from commit acefb97)

Co-authored-by: Sina Zel taat [email protected]


📚 Documentation preview 📚: https://cpython-previews--136785.org.readthedocs.build/

… types table (pythonGH-136784)

Fixed-sized types, like ``c_int32``, are currently missing from the fundamental data types table
in the ``ctypes`` documentation. This commit adds them, and  notes that ``c_[u]int8`` is an alias
of ``c_[u]byte``.
(cherry picked from commit acefb97)

Co-authored-by: Sina Zel taat <[email protected]>
@python-cla-bot
Copy link

python-cla-bot bot commented Jul 19, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@AA-Turner AA-Turner enabled auto-merge (squash) July 19, 2025 10:20
@AA-Turner AA-Turner merged commit 8b4275c into python:3.14 Jul 19, 2025
37 checks passed
@github-project-automation github-project-automation bot moved this from Todo to Done in Docs PRs Jul 19, 2025
kumaraditya303 pushed a commit to miss-islington/cpython that referenced this pull request Sep 9, 2025
…al data types table (pythonGH-136784) (python#136785)

pythongh-136769: Include fixed-width integers in the fundamental data types table (pythonGH-136784)

Fixed-sized types, like ``c_int32``, are currently missing from the fundamental data types table
in the ``ctypes`` documentation. This commit adds them, and  notes that ``c_[u]int8`` is an alias
of ``c_[u]byte``.
(cherry picked from commit acefb97)

Co-authored-by: Sina Zel taat <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants